Skip to main content
Version: 3.4.x

๐Ÿ“ƒโ–ช Command management

helpfulcommands.config.manageCommand

Toggle command's active stateโ€‹

This command allows you to enable or disable commands:

/hc config manageCommand <command name> toggleEnabled [state]

  • If state parameter is empty, the command will be toggled (enabled -> disabled; disabled -> enabled)

Disabled commands can't be used by anyone, and they don't appear when you try to type them (no autocomplete)

tip

You can toggle commands more easily in the Command List (/hc commandList): just click on the command name to toggle its active state. Each command in the list is also color-coded: green - enabled, red - disabled. This doesn't apply to server consoles.

Toggle command's public stateโ€‹

This command allows you to toggle the public state of the command:

/hc config manageCommand <command name> togglePublic [state]

  • If state parameter is empty, the public state will be toggled (public -> restricted; restricted -> public)
tip

You can toggle the public state more easily in the Command List (/hc commandList): just click on the special letter to the left of the command name. Public commands will be highlighted in the list. This doesn't apply to server consoles.